Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / SelectByFileName Method / SelectByFileName(String,List<Font>) Method

In This Topic
    SelectByFileName(String,List<Font>) Method
    In This Topic
    Collects the fonts having the same specified file name.
    Syntax
    'Declaration
     
    Overloads Sub SelectByFileName( _
       ByVal fontFileName As System.String, _
       ByVal res As System.Collections.Generic.List(Of Font) _
    ) 
    void SelectByFileName( 
       System.string fontFileName,
       System.Collections.Generic.List<Font> res
    )

    Parameters

    fontFileName
    res
    See Also